home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / changes < prev    next >
Text File  |  1991-02-25  |  2KB  |  45 lines

  1. Feb 25, 1991  STK Version 1.1 Released
  2. --------------------------------------
  3.  
  4. - Added gr_setvisualpage and gr_setactivepage. These should be used
  5. instead of the BGI functions, since these set the variables
  6. gr_visualpage and gr_activepage which are used by other gr functions.
  7.  
  8. - Added GR_MODE_CLEAR_FAST text writing mode. This mode uses the
  9. fixed 8x8 character set from ROM and writes directly into screen
  10. memory. It restricts writing to byte resolution in X direction and it
  11. works only in those modes supported by the sprite routines, but it
  12. several times faster than GR_MODE_CLEAR.
  13.  
  14. - Corrected error with va_start usage in several functions
  15.  
  16. - The sources can be compiled with Turbo C++ 1.0, too.
  17.  
  18. - spr_regulate_speed now uses timer interrupt to regulate the speed
  19. to exactly 18.2 frames per second (provided that the machine is fast
  20. enough!) 
  21.  
  22. - Documentation divided into two files: STK.DOC gives genereal
  23. information and STKREF.DOC is a reference to the functions.
  24.  
  25. - StarMines extended: background stars, several new alien types, hall
  26. of fame, bug fixes, cheat mode.
  27.  
  28. - SPRDEMO demonstration program added.
  29.  
  30. - The functions can be used in the color EGA mode, too, but only
  31. black and white sprites are supported. If you have a multicolored
  32. background it is not preserved when the sprites moves over it.
  33.  
  34. - SPR and SPR_HIT functions check the SPRITE arguments and call
  35. spr_err if they are invalid.
  36.  
  37. - Some new gr_printf functions added.
  38.  
  39. - Load/save filenames are now echoed correctly in SPRED.
  40.  
  41.  
  42. Oct 20, 1990  STK Version 1.0 Released
  43. --------------------------------------
  44.  
  45.